23 blog posts tagged Visual Studio

8 Visual Studio debugging tips – debug like a boss
There are so many useful debugging features built into Visual Studio that aren’t well-known. Here are a few of my favourites, including some recent finds in VS 2013.

5 simple steps to publishing a NuGet package
There is a fair amount of info on making and publishing NuGet packages but I couldn’t find a simplified guide for the simple case. Here it is and start by downloading nuget.exe and putting it in your path.

My top 5 free VS 2010 extension picks
The Visual Studio Gallery is already home to 533 tools, controls and templates for VS 2010 and this number is sure to grow once VS 2010 hits RTM and people get to grips with the extendable new editor.

AnkhSVN 2.0 – free Subversion integration with Visual Studio
The guys over on the AnkhSVN team have acquired new members and burnt the midnight oil to deliver a great 2.0 release with:

Experimental LINQ to SQL template
A newer version of this LINQ to SQL template is available
While SQLMetal does a good job of turning your SQL schema into a set of classes for you it doesn’t let you customize the code generation process.

Visual Studio, Windows Server and SQL Server 2008 launch in Guernsey
The various Heroes Happen Here community events in the UK/USA to celebrate the launch of Visual Studio 2008 etc. made me envious that we don’t get such events and goodies here on the little island of Guernsey so I thought I’d so something about it!

Future of AnkhSVN (Subversion for Visual Studio)
AnkhSVN 2.0 is now out with the majority of these features making the cut!
Now that AnkhSVN 1.0.3 is out with support for Visual Studio 2008 we can discuss our future plans for AnkhSVN.

Web site vs web application in Visual Studio
Rob Conery got me thinking about web site maintenance and I put forward a brief comment on the two distinct types and how Visual Studio handles them which I have expanded upon here.

Envy Code R coding font v0.7 preview
The next version of my Envy Code R font especially designed for programming (monospaced, easily distinguishable characters) is nearing completion and represents a very response-driven update to feedback, specifically:

Color schemes for Visual Studio
The default syntax color scheme in Visual Studio seems to be stuck in the 16-color era so once you’ve found your perfect font you are going to need a great theme to go with it.

Refactoring shared libraries and public APIs
Refactoring is an essential process to keep code clean and elegant while it evolves. IDE’s offer common refactorings (although somewhat short of those prescribed in Fowler’s excellent Refactoring book and way short of the overall goals explained in Kerievsky’s Refactoring Patterns).

Italic syntax highlighting in Visual Studio 2005
I came across a posting by Thomas Restrepo about a theme for Vim he likes called Wombat and how it wouldn’t be worth porting to Visual Studio as it doesn’t support italic syntax highlighting – as we all know.

AnkhSVN 1.0 released (Subversion plug-in for Visual Studio)
AnkhSVN 1.0 has been released!
If you use Visual Studio 2003 or 2005 and are currently either using the TortoiseSVN shell extension (or Subversion command line) then you would do well to see just how much more productive having source-control available from within the IDE can be.

How to spot a Visual Studio 2005 SP1 installation
If like me you have a couple of machines, a few virtual machines and secondary installations such as Express editions (for XNA of course) you can easily loose track of which have been patched with service pack 1. Especially if you also messed around with the SP1 beta.

Eight things I hate about Visual Studio 2005
While Visual Studio is quite a capable IDE it isn’t perfect – here is my personal top 10 list of things I hate about it. I’ve kept the gripes to the IDE itself – the issues I have with .NET Framework deserve a post of their own some time.

My 2006 development tools
Christopher Bennage wrote about his development tool set-up and encouraged others to do the same so here’s my current set-up.

AnkhSVN 1.0 RC4 out
AnkhSVN has been updated since this post.
AnkhSVN is a Visual Studio add-in that delivers Subversion functionality where you need it and Arild has just made available release candidate 4 of the forthcoming 1.0 version.

Visual Studio 2005 Service Pack 1 Beta experiences
Like most people I’ve run into my fair share of oddities and problems in Visual Studio 2005 including the dreaded VB compiler dying a death on reasonable-sized projects so I jumped at the chance to get my hands on the beta of SP1.

Visual Studio tips & tricks
The Visual Studio IDE (VS2003, VS2005) is a massive beast with a plethora of options, settings and tweaks to be had.

XNA Game Studio Express out today
Beta 1 of Microsoft’s free XNA Game Studio Express product should be available for download later today.

Piecing together Microsoft’s XNA gaming platform
I’ve briefly covered Microsoft’s XNA gaming platform before but have been trying to piece together what it is actually going to mean to developers.

Web applications in Visual Studio 2005
One of the things that annoyed me with Visual Studio.NET 2003 and Visual Studio 2005 is the web “project” type.

Visual Studio 2003 – System.ArgumentException in debugger
I recently ran into a problem while debugging inside Visual Studio 2003.Net. Google couldn’t find me an answer, only a few other people with the same problem. Here’s my solution in the hope it might save somebody else some time.